home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / msgswap.arc / EXPORT.BAT next >
Encoding:
DOS Batch File  |  1991-06-08  |  414 b   |  26 lines

  1. @echo off
  2.  
  3. :out
  4.   msgswap /g:c:\pcb\msgswap.cfg /e
  5.   if errorlevel 2 goto error
  6.   if errorlevel 1 goto scan
  7.   if errorlevel 0 goto end
  8.   goto end
  9.  
  10. :error
  11.   rem errorlevel 2 - error occured
  12.   echo ERROR! ERROR!
  13.   goto end
  14.  
  15. :scan
  16.   rem errorlevel 1 - mail was processed
  17.   c:
  18.   cd\bink
  19.   qm scan pack -fechotoss.log
  20.   if exist c:\bink\echotoss.log del c:\bink\echotoss.log
  21.   goto end
  22.  
  23. :end
  24.  
  25.  
  26.